'Declaration
<DispIdAttribute(306)> Function FindAnchorL( _ ByVal ImageID As Integer, _ ByVal AnchorTemplateID As Long, _ ByVal Mode As OMRMode, _ ByVal SearchLeft As Integer, _ ByVal SearchTop As Integer, _ ByVal SearchWidth As Integer, _ ByVal SearchHeight As Integer, _ ByRef PosLeft As Integer, _ ByRef PosTop As Integer, _ ByRef PosWidth As Integer, _ ByRef PosHeight As Integer, _ ByRef Accuracy As Double _ ) As GdPictureStatus
[DispId(306)] GdPictureStatus FindAnchorL( int ImageID, long AnchorTemplateID, OMRMode Mode, int SearchLeft, int SearchTop, int SearchWidth, int SearchHeight, ref int PosLeft, ref int PosTop, ref int PosWidth, ref int PosHeight, ref double Accuracy )
function FindAnchorL( ImageID: Integer; AnchorTemplateID: Int64; Mode: OMRMode; SearchLeft: Integer; SearchTop: Integer; SearchWidth: Integer; SearchHeight: Integer; var PosLeft: Integer; var PosTop: Integer; var PosWidth: Integer; var PosHeight: Integer; var Accuracy: Double ): GdPictureStatus;
DispIdAttribute(306) function FindAnchorL( ImageID : int, AnchorTemplateID : long, Mode : OMRMode, SearchLeft : int, SearchTop : int, SearchWidth : int, SearchHeight : int, PosLeft : int, PosTop : int, PosWidth : int, PosHeight : int, Accuracy : double ) : GdPictureStatus;
[DispId(306)] GdPictureStatus FindAnchorL( int ImageID, long AnchorTemplateID, OMRMode Mode, int SearchLeft, int SearchTop, int SearchWidth, int SearchHeight, ref int PosLeft, ref int PosTop, ref int PosWidth, ref int PosHeight, ref double Accuracy )
[DispId(306)] GdPictureStatus FindAnchorL( int ImageID, int64 AnchorTemplateID, OMRMode Mode, int SearchLeft, int SearchTop, int SearchWidth, int SearchHeight, int% PosLeft, int% PosTop, int% PosWidth, int% PosHeight, double% Accuracy )
Parameters
- ImageID
- AnchorTemplateID
- Mode
- SearchLeft
- SearchTop
- SearchWidth
- SearchHeight
- PosLeft
- PosTop
- PosWidth
- PosHeight
- Accuracy